home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / dfue / elcheapofax / faxcmd / libfax / rcs / makefile,v < prev    next >
Text File  |  1995-03-09  |  2KB  |  138 lines

  1. head    1.5;
  2. access;
  3. symbols
  4.     OCT93:1.5;
  5. locks;
  6. comment    @# @;
  7.  
  8.  
  9. 1.5
  10. date    93.10.25.02.20.15;    author Rhialto;    state Exp;
  11. branches;
  12. next    1.4;
  13.  
  14. 1.4
  15. date    93.09.18.20.16.23;    author Rhialto;    state Exp;
  16. branches;
  17. next    1.3;
  18.  
  19. 1.3
  20. date    93.07.13.05.41.27;    author Rhialto;    state Exp;
  21. branches;
  22. next    1.2;
  23.  
  24. 1.2
  25. date    93.06.11.16.15.25;    author Rhialto;    state Exp;
  26. branches;
  27. next    1.1;
  28.  
  29. 1.1
  30. date    93.06.11.15.19.27;    author Rhialto;    state Exp;
  31. branches;
  32. next    ;
  33.  
  34.  
  35. desc
  36. @The Makefile for the /faxcmd/libfax directory
  37. @
  38.  
  39.  
  40. 1.5
  41. log
  42. @Ci works again correctly
  43. @
  44. text
  45. @####
  46. #
  47. #  Makefile for gnu-fax 3.2.1 libfax directory, using DICE
  48.  
  49. LIBNAME= fax.lib
  50. CFLAGS=-proto -r
  51.  
  52. #CFLAGS=
  53. #CC=sc DEBUG=FF
  54. #.c.o:
  55. #     $(CC) $< TO $@@ $(CFLAGS)
  56.  
  57. SRCS = gen.c msgs.c response.c send.c swap.c tty.c \
  58.     recv.c log.c
  59. OBJS = gen.o msgs.o response.o send.o swap.o tty.o \
  60.     recv.o log.o
  61.  
  62. $(LIBNAME): $(OBJS)
  63.     join $(OBJS) as $(LIBNAME)
  64.  
  65. ci:
  66.     ci -u RCS/*,v
  67.  
  68. # DO NOT DELETE THIS LINE - important for making dependencies!
  69. #|.c|$/.o|
  70. #|.h|
  71. # From this line on, everything has been created by MakeDepend.
  72. # Anything you add yourself will be deleted automagically.
  73.  
  74. msgs.o: msgs.h c2proto.h msgs.c
  75. swap.o: swap.h c2proto.h swap.c log.h
  76. gen.o: tty.h gen.h write.h read.h response.h c2proto.h log.h gen.c
  77. log.o: log.h c2proto.h log.c
  78. recv.o: gen.h recv.h tty.h write.h read.h swap.h response.h c2proto.h log.h recv.c
  79. send.o: gen.h send.h tty.h write.h read.h swap.h response.h c2proto.h log.h send.c
  80. response.o: response.h read.h c2proto.h log.h response.c
  81. tty.o: read.h write.h tty.h log.h c2proto.h tty.c
  82. @
  83.  
  84.  
  85. 1.4
  86. log
  87. @Unconditional prototypes.
  88. @
  89. text
  90. @d22 1
  91. a22 2
  92.     ci RCS/*,v
  93.     co -u RCS/*,v
  94. a29 6
  95. log.o: log.h log.c
  96. recv.o: recv.h tty.h write.h read.h swap.h response.h c2proto.h log.h recv.c
  97. tty.o: read.h write.h tty.h log.h tty.c
  98. response.o: response.h read.h c2proto.h log.h response.c
  99. swap.o: swap.h c2proto.h swap.c
  100. send.o: send.h tty.h write.h read.h swap.h response.h c2proto.h log.h send.c
  101. d31 1
  102. d33 5
  103. @
  104.  
  105.  
  106. 1.3
  107. log
  108. @Due to ci -u bug (when file unchanged), change into ci/co -u.
  109. @
  110. text
  111. @d6 1
  112. a6 1
  113. CFLAGS=-D_PROTO -proto -r
  114. d8 1
  115. a8 1
  116. #CFLAGS=DEFINE=_PROTO
  117. @
  118.  
  119.  
  120. 1.2
  121. log
  122. @First real RCS checkin
  123. @
  124. text
  125. @d22 2
  126. a23 1
  127.     ci -u RCS/*,v
  128. @
  129.  
  130.  
  131. 1.1
  132. log
  133. @Initial revision
  134. @
  135. text
  136. @d21 3
  137. @
  138.